ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / Name Property

In This Topic
    Name Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the name of the control element.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Name As String
    [C1Ignore()]
    public string Name {get; set;}
    See Also